home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / parnet / boot.host < prev    next >
AmigaDOS Script File  |  1992-09-03  |  1KB  |  50 lines

  1. .key ""
  2. echo "*e[33mHost Boot Script V3.0 by Vernon Graner    *e[31m"
  3. echo " "
  4.  
  5. echo "Checking for Drive List in the S: directory..    *e[32m"Noline
  6. if exists s:parnet-drivelist
  7.   echo "OK*e[31m"
  8.   echo "Copying DriveList for Remote reference...    *e[32m"Noline
  9.   copy S:ParNET-DriveList to RAM:
  10.   echo "OK*e[31m"
  11. else
  12.   echo "NOT FOUND!*e[31m"
  13. endif
  14.  
  15. Echo "Starting NetPNET-Server...            *e[32m"NoLine
  16. NETPNET-SERVER UNIT 1
  17. Echo "OK*e[31m"
  18.  
  19. Echo "Mounting NET: Device...                *e[32m"NoLine
  20. MOUNT NET: FROM DEVS:MountList.ParNET.Host
  21. echo "OK*e[31m"
  22.  
  23. echo "Waiting for Network Connection...        *e[32m"Noline
  24. CD NET:RAM
  25. echo "OK*e[31m"
  26.  
  27. Echo "Activating Net Icons...                *e[32m"NoLine
  28. If Exists NET:RAM/ParNET-DriveList
  29.   Execute NET:RAM/ParNET-DriveList
  30.   echo "OK*e[31m"
  31. Else
  32.   echo "NOT FOUND!*e[31m"
  33.   echo "Copying Default Network Icons...        *e[32m"Noline
  34.   COPY SYS:Parnet/Node.rinfo to NET:RAM/node.rinfo 
  35.   If NOT Exists NET:sys/node.rinfo
  36.     COPY SYS:Parnet/Node.rinfo to NET:SYS/Node.rinfo
  37.   EndIF
  38.   ECHO "OK*e[31m"
  39. EndIF
  40.  
  41. Echo "Mounting MOUSE: device for PNetKeys...        *e[32m"NoLine
  42. mount MOUSE: from Devs:Mountlist.ParNET.Host
  43. echo "OK*e[31m"
  44.  
  45. echo ""
  46. echo "Done."
  47. wait 3
  48.  
  49.  
  50.